home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-06 | 973 b | 33 lines | [TEXT/ttxt] |
- Development Environment:
- ========================
-
- We recommend that you create a "src" directory within your nShell application folder and copy these files to that location.
-
- For each command included in this package there are three files:
-
- something.π - A Think Pascal project file
- something.p - Source code for the command
- something.π.rsrc - Resources for the command
-
- In addition, these commands reference:
-
- nshc.p - A Pascal file defining the nShell interface
- nShell.lib - A library containing the nShell interface
-
- To Build A New Command Resource:
- ================================
-
- 1. Start up Think Pascal (version 4.0 or later).
-
- 2. Open the project file.
-
- 3. Select "Build Code Resource" from the "Project Menu".
-
- 4. Give the command a unique name and select "Save" to store the command.
-
- 5. Drop the new command into your "bin" directory.
-
- For More Information:
- =====================
-
- Please see the technical note "TN 2 - Think Pascal".